(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/iffparse.h>
struct IFFHandle * AllocIFF()
SYNOPSIS
/* void */
LOCATION
In IFFParseBase at offset 5
FUNCTION
Allocates an IFFHandle struct.
INPUTS
RESULT
An unitialized IFFHandle structure.
NOTES
The default context-node is created in AllocIFF() and persists until FreeIFF().
EXAMPLE
BUGS
SEE ALSO
FreeIFF()
INTERNALS
Since the default contextnode persistes from AllocIFF until FreeIFF, it is built-in into the internal IFFHandle structure
HISTORY
04.02.1997 digulla
Bugfix: List was not initialized.
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen